@font-face {
    font-family: 'Mehregan';
    src: url('mehregan.eot') format('eot'), url('mehregan.woff') format('woff'), url('mehregan.bin') format('truetype');
}


body {
    background-color: #ffffff;
    position: relative;
}

.Content {
    position: absolute !important;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

p a {
    color: #ab2534;
}

    p a:hover, p a:focus {
        color: #ab2534;
        text-decoration: none;
    }

.animation-text {
    opacity: 0;
    margin-top: -25px;
    position: absolute;
}

.navbar {
    background-color: transparent;
    border-bottom: none;
    padding: 50px;
}

    .navbar.gray {
        background-color: #373737;
    }

        .navbar.gray.animation {
            background: none;
            background-size: 100% 200%;
            background-image: linear-gradient(to bottom, transparent 50%, #373737 50%);
            -webkit-transition: background-position 0.3s;
            -moz-transition: background-position 0.3s;
            transition: background-position 0.3s;
        }

            .navbar.gray.animation.open {
                background-position: 0 -100%;
            }

    .navbar .navbar-brand {
        background: url("../images/MehreganFaLogo.png") no-repeat;
        width: 250px;
        height: 141px;
        text-indent: -9999px;
        margin-left: 0px !important;
        opacity: 0;
    }

    .navbar.home .navbar-brand {
        opacity: 0;
    }

    .navbar .navbar-nav {
        margin-top: 30px;
    }

        .navbar .navbar-nav li {
            float: right;
            text-align: right;
        }

    .navbar.home .navbar-nav > li > a {
        margin-top: 20px;
        opacity: 0;
    }

    .navbar .navbar-nav > li > a {
        font-family: Mehregan, "Archivo Narrow", sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        color: #ffffff;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-font-smoothing: antialiased;
    }

        .navbar .navbar-nav > li > a:hover {
            color: #ab2534;
        }

        .navbar .navbar-nav > li > a:focus {
            color: #ffffff;
        }

    .navbar .navbar-nav > li.active > a,
    .navbar .navbar-nav > li.active > a:focus,
    .navbar .navbar-nav > li.active > a:hover {
        background-color: transparent;
        color: #ab2534;
    }





    .navbar .navbar-nav > li.open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > li.open > a:focus {
        background-color: transparent;
    }

    .navbar .navbar-nav > li > .dropdown-menu {
        background-color: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }

        .navbar .navbar-nav > li > .dropdown-menu > li > a {
            font-family: Mehregan, "Archivo Narrow", sans-serif;
            color: #ffffff;
            font-size: 18px;
            text-align: center !important;
            padding-right: 35px;
        }

            .navbar .navbar-nav > li > .dropdown-menu > li > a > .big {
                display: none;
            }

            .navbar .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar .navbar-nav > li > .dropdown-menu > li > a:focus {
                background-color: transparent;
                color: #ab2534;
            }

.bar {
    width: 45px;
    height: 390px;
    background-color: #143672;
    position: absolute;
    top: 50%;
    right: -45px;
    margin-top: -170px;
    overflow: hidden;
    z-index: 6;
}

    .bar > .tag {
        transform: rotate(-90deg);
        transform-origin: left top;
        color: #ffffff;
        font-size: 18px;
        line-height: 45px;
        width: 390px;
        margin-top: 390px;
        padding-right: 15px;
        text-align: right;
        font-family: mehregan,Tahoma, "Archivo Narrow", sans-serif;
        text-transform: uppercase;
    }

.bar-pagination {
    width: 97px;
    position: absolute;
    top: 50%;
    right: -97px;
    margin-top: -5px;
    overflow: hidden;
    z-index: 7;
}
.backlogo {
     width: 500px;
    height:356px;
    background: url("../images/dlogo.png") no-repeat left ;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px;
    overflow: hidden;
    z-index: 0;
    opacity:0.15;
}
#fp-nav ul, .fp-slidesNav ul {
    margin-top: 170px;
}
.fp-slidesNav.fp-bottom ul,.fp-slidesNav.fp-bottom ul {
    margin-top: 10px;
}

.bar-pagination ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .bar-pagination ul li {
        margin-top: 5px;
    }

        .bar-pagination ul li:first-child {
            margin-top: 0;
        }

        .bar-pagination ul li a {
            display: inline-block;
            font-size: 16px;
            font-family: "Archivo Narrow", sans-serif;
            width: 97px;
            height: 37px;
            background: url("../images/passive-page.svg") no-repeat left center;
            color: #ffffff;
            line-height: 37px;
            padding-left: 11px;
        }

.bar-pagination li a:hover, .bar-pagination li a:focus {
    text-decoration: none;
}

.bar-pagination li a span {
    display: none;
}

.bar-pagination li.active a {
    background: url("../images/active-page.png") no-repeat left center;
}

    .bar-pagination li.active a span {
        display: block;
    }

.scroll {
    background: url("../images/mouse.png") no-repeat left center;
    left: 65px;
    bottom: 50px;
    height: 57px;
    line-height: 57px;
    padding-left: 82px;
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 16px;
}

    .scroll div {
        position: absolute;
        left: 15px;
        top: 9px;
        display: block;
        width: 1px;
        height: 20px;
        background-color: #ffffff;
        -moz-animation: scroll 2s infinite;
        -webkit-animation: scroll 2s infinite;
        animation: scroll 2s infinite;
    }

@-moz-keyframes scroll {
    0% {
        height: 5px;
    }

    50% {
        height: 20px;
    }

    100% {
        height: 5px;
    }
}

@-webkit-keyframes scroll {
    0% {
        height: 5px;
    }

    50% {
        height: 20px;
    }

    100% {
        height: 5px;
    }
}

@keyframes scroll {
    0% {
        height: 5px;
    }

    50% {
        height: 20px;
    }

    100% {
        height: 5px;
    }
}

.go-to-top {
    cursor: pointer;
}

.introCaption {
    font-family: Mehregan, "PT Serif Caption", serif;
    color: #ffffff;
    display: block;
    opacity: 0;
    margin: 200px 7% auto;
    direction: rtl !important;
    text-align: justify;
    line-height: 50px;
    position: relative;
    height: 100%;
    z-index:2;
}

    .introCaption a {
        color: #d1ab2a;
    }

    .introCaption p {
        font-size: 15px;
        padding: 0;
        margin: 0;
        line-height: 40px;
    }

    .introCaption .title p {
        font-family: Mehregan, "PT Serif Caption", serif;
        font-size: 25px;
        text-align: right;
        margin-bottom: 5px;
        -webkit-font-smoothing: antialiased;
        line-height: 60px;
    }

    .introCaption .des p {
        font-family: tahoma, "PT Serif Caption", serif;
        color: #000;
        font-size: 13px;
        text-align: justify;
        margin-bottom: 5px;
        -webkit-font-smoothing: antialiased;
        line-height: 20px;
        padding: 0 10px;
    }

    .introCaption .black {
        background-color: #333;
        opacity: .8;
        border-radius: 15px;
        padding: 15px;
        width: 43%;
        margin: 8% 0% 7% 0%;
    }

        .introCaption .black p {
            line-height: 30px !important;
            font-size: 13px;
        }

        .introCaption .black.right {
            float: right;
            margin-top: 0%;
        }

        .introCaption .black.left {
            margin-top: 11%;
            float: left;
        }

        .introCaption .black a {
            color: #d1ab2a;
        }

    .introCaption .box {
        padding: 0px;
        width: 43%;
        margin: 7% 0% 7% 0%;
    }

        .introCaption .box p {
            line-height: 30px !important;
            font-size: 13px;
        }

    .introCaption .boxleft {
        padding-right: 0px;
        padding-top: 0px;
        margin: 0px 59% 0 1%;
    }

    .introCaption .boxright {
        padding-right: 0px;
        padding-top: 0px;
        margin: 0px 1% 0 59%;
    }


    .introCaption h2.boxtitle {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .introCaption .box.right {
        float: right;
        margin-top: 2%;
    }

    .introCaption .box.left {
        margin-top: 13%;
        float: left;
    }

    .introCaption .box a {
        color: #d1ab2a;
    }

    .introCaption .bodymobile {
        display: none;
    }

    .introCaption a {
        float: left;
    }
    .introCaption .contactrow a {
        float: none;
        font-size:16px;
    }

    .introCaption .acontact {
        float: right;
        padding: 0;
        margin: 0;
        line-height: 20px;
        font-size: 20px;
    }

    .introCaption .map {
        height: 180px;
        width: 95%;
        padding: 0;
        margin: 15px 0 0 0;
        opacity: .9;
    }

    .introCaption a {
        float: right;
    }

.blackBack {
    background-color: #004d8d;
    opacity: .8;
    border-radius: 15px;
    padding: 15px;
    width: 43%;
    margin: 0% !important;
}
.tracking{
    right: 35%;
    position: absolute;
    color: #ffffff;
    display: block;
    opacity:0;
    margin-top: 200px;
    direction: rtl;
    width:26%;
    background-color:#143672;
    padding:5px 0;
    bottom:-70px;
    border-radius:8px 8px 0 0px ;
    font-family: Mehregan, "PT Serif Caption", serif;
}
    .tracking .row {
        width:90%;
    }
    .tracking input {
        width:100%;
        color:#000;
    }
    .tracking .title , .tracking .title a{
        font-size:24px;
        padding-bottom:10px;
        text-align:center;
        color:#fff;
    }
    

.caption {
    right: 100px;
    position: absolute;
    color: #ffffff;
    display: block;
    opacity: 0;
    margin-top: 100px;
    direction: rtl;
}

    .caption .big {
        font-family: Mehregan, "PT Serif Caption", serif;
        font-size: 45px;
        text-align: right;
        margin-bottom: 25px;
        -webkit-font-smoothing: antialiased;
        line-height: 60px;
    }
     .caption h1,.caption h2 {
        font-family: Mehregan, "PT Serif Caption", serif;
        font-size: 45px;
        text-align: center;
        margin-bottom: 25px;
        -webkit-font-smoothing: antialiased;
        line-height: 60px;
    }

        .caption .big .bigleft {
            padding-right: 300px;
            padding-top: 30px;
        }


    .caption .small {
        font-family: Mehregan, "PT Sans", sans-serif;
        font-size: 45px;
        margin-bottom: 0px;
        opacity: 1;
        text-align: right;
        line-height: 50px;
    }

    .caption .button {
        opacity: 1;
        margin-top: 25px;
    }

        .caption .button .btn {
            background: url("../images/red.jpg") no-repeat right center;
            padding-right: 60px;
            text-align: right;
            float: right;
            color: #ffffff;
            text-transform: uppercase;
            font-size: 16px;
            font-family: Mehregan, "Archivo Narrow", sans-serif;
        }

            .caption .button .btn:hover, .caption .button .btn:focus {
                color: #ab2534;
                text-decoration: none;
            }
            .btn-group-sm > .btn, .btn-sm{
                padding:3px 10px !important;
            }

.row {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}

.contactrow {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.row.first {
    margin-top: 100px;
}

.spacer {
    height: 130px;
}

.absolute {
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    width: 100%;
}

.span3 {
    float: right;
    width: 25%;
    padding: 0px 5px;
}

.span6 {
    float: right;
    width: 50%;
    padding: 0px 20px;
}

.span4 {
    float: right;
    width: 33.3%;
    padding: 0px 5px;
}

.span2 {
    float: right;
    width: 14.2%;
    padding: 0px 20px;
}

.mainservices {
    height: 175px;
    padding: 0px 3px;
    background-color: #ccc;
    opacity: 0.9;
    border-radius: 5px;
    border: 1px #aaa solid;
    text-align: center;
}

    .mainservices div {
        width: 100%;
        text-align: center;
    }

        .mainservices div.img {
            width: 110px;
            height: 110px;
            border-radius: 55px;
            margin: 10px auto 0 auto;
        }
        .mainservices h3{
            margin:0 !important;
            padding:0 !important;
        }

.img.orange {
    background-color: #b759aa;
}

.img.red {
    background-color: #004c8e;
}

.img.blue {
    background-color: #004c8e;
}

.img.green {
    background-color: #004c8e;
}

.mainservices .img img {
    text-align: center;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-top: 10px;
    opacity: 1;
}

.mainservices .title a {
    font-family: Mehregan;
    width: 100% !important;
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 30px !important;
    margin-bottom: 15px;
    margin-top: 10px;
}

.mainservices a {
    font-family: Tahoma;
    width: 100% !important;
    display: block;
    clear: both;
    text-align: center;
    font-size: 90%;
    color: #000;
    line-height: 5px !important;
}

.services {
    opacity: .9;
    text-align: center;
}

    .services img {
        text-align: center;
        width: 40%;
        margin: 0 auto;
        margin-bottom: 15px;
        margin-top: 5px;
        opacity: 1;
    }

    .services a {
        font-family: Tahoma;
        width: 100% !important;
        display: block;
        clear: both;
        text-align: center;
        font-size: 90%;
        color: #000;
        line-height: 5px !important;
    }

.col-md-6 img {
    width: 100%;
    height: auto !important;
}

.image {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
}

    .image > .animation-background {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        z-index: -1;
        background-size: cover !important;
    }

    .image > .red {
        width: 575px;
        height: 360px;
        background-color: #143672;
        position: absolute;
        left: 65px;
        bottom: 0;
        font-family: Mehregan, "PT Serif Caption", serif;
        color: #ffffff;
        font-size: 80px;
        padding-left: 30px;
        padding-top: 70px;
        padding-right: 30px;
        padding-bottom: 70px;
        text-align: center;
    }

body > .container-fluid, body > .people > .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
}

    body > .container-fluid > .title > .red, body > .people > .container-fluid > .title > .red {
        width: 575px;
        height: 45px;
        background-color: #0b1e3f;
    }

    body > .container-fluid > .row, body > .people > .container-fluid > .row {
        margin-top: 105px;
        padding-left: 15px;
        padding-right: 15px;
    }
    body > .container-fluid > .row, body > .people > .container-fluid > .row > .col-md-4{
        
    }

        body > .container-fluid > .row > .col-md-4, body > .people > .container-fluid > .row > .col-md-4 {
            border-top: 1px solid #143672;
            padding-top: 38px;
            padding-left: 0;
            padding-right: 0;
        }

        body > .container-fluid > .row.sub-row > .col-md-4, body > .people > .container-fluid > .row.sub-row > .col-md-4 {
            border-top: 1px solid #143672;
        }

        body > .container-fluid > .row > .col-md-4 > h1, body > .people > .container-fluid > .row > .col-md-4 > h1 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 48px;
            font-family: Mehregan, "PT Serif Caption", serif;
            color: #143672;
            margin-bottom: 30px;
            text-align: right;
        }

        body > .container-fluid > .row.sub-row > .col-md-4 > h1, body > .people > .container-fluid > .row.sub-row > .col-md-4 > h1 {
            font-size: 32px;
            font-family: Mehregan, "PT Sans", sans-serif;
            color: #000000;
            -webkit-font-smoothing: antialiased;
        }

        body > .container-fluid > .row > .col-md-6, body > .people > .container-fluid > .row > .col-md-6 {
            border-top: 1px solid #000000;
            padding-top: 40px;
            padding-left: 0;
            padding-right: 0;
        }

        body > .container-fluid > .row.sub-row > .col-md-6, body > .people > .container-fluid > .row.sub-row > .col-md-6 {
            padding-top: 0;
            border-top: none;
        }

        body > .container-fluid > .row > .col-md-6 > h1, body > .people > .container-fluid > .row > .col-md-6 > h1 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 32px;
            font-family: Mehregan, "PT Serif Caption", serif;
            margin-bottom: 48px;
            -webkit-font-smoothing: antialiased;
            text-align: right;
            color: #143672;
        }

        body > .container-fluid > .row > .col-md-6 > p, body > .people > .container-fluid > .row > .col-md-6 > p {
            margin-bottom: 50px;
            font-family: Tahoma, "PT Sans", sans-serif;
            font-size: 20px;
            text-align: justify;
            direction: rtl;
        }

        body > .container-fluid > .row > .col-md-6 > h2, body > .people > .container-fluid > .row > .col-md-6 > h2 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 24px;
            font-family: Mehregan, "PT Sans", sans-serif;
            margin-bottom: 30px;
            text-align: right;
            color: #143672;
        }

        body > .container-fluid > .row > .col-md-6 > h3, body > .people > .container-fluid > .row > .col-md-6 > h3 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 24px;
            font-family: Mehregan,"PT Sans", sans-serif;
            border-bottom: 1px solid #000000;
            padding-bottom: 25px;
            margin-bottom: 20px;
            text-align: right;
        }

.highlight {
    padding-left: 375px;
    padding-right: 375px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 210px;
    padding-bottom: 210px;
    background-size: cover !important;
}

    .highlight h1 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 48px;
        font-family: "PT Serif Caption", serif;
        color: #ab2534;
        margin-bottom: 50px;
    }

    .highlight p {
        text-align: center;
        font-family: "PT Serif Caption", serif;
        font-size: 48px;
        line-height: 54px;
        color: #ffffff;
    }

.people {
    background-color: #f0f0f0;
    padding-bottom: 70px;
}

.people-list h1 {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 21px;
    font-family: "PT Sans", sans-serif;
}

.people-list h2 {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 21px;
    font-family: "PT Sans", sans-serif;
    font-style: italic;
}

.people-list p {
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 30px;
}

.form {
    margin-bottom: 50px;
}

    .form label {
        font-size: 21px;
        font-family: "PT Sans", sans-serif;
        font-weight: normal;
        margin-bottom: 25px;
    }

    .form input, .form textarea {
        background-color: #f0f0f0;
        box-shadow: none !important;
        border: 1px solid #7f7f7f !important;
        border-radius: 0;
        padding: 17px;
        font-size: 18px;
        font-family: "PT Sans", sans-serif;
        height: auto;
    }

    .form button {
        font-family: "Archivo Narrow", sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        width: 420px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 0;
        border: 1px solid #000000;
        background-color: #ffffff !important;
    }

        .form button.top {
            margin-top: 50px;
        }

    .form .cvfile {
        margin-top: 15px;
        width: 420px;
    }

form .notclick {
    pointer-events: none;
}



.form button:hover, .form button:focus, .form button.red {
    /*border: 1px solid #ab2534;*/
    /*color: #ab2534;*/
}

form hr {
    border-top: 4px solid #000000;
    margin-top: 65px;
    margin-bottom: 65px;
}

.map {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
}

    .map .list {
        width: 575px;
        position: absolute;
        left: 65px;
        top: 65px;
        background-color: #ffffff;
        padding: 55px;
        z-index: 2;
    }

    .map > .list > .panel-group {
        margin-bottom: 0;
        border-bottom: 1px solid #000000;
    }

        .map > .list > .panel-group > .panel {
            border: none;
            border-top: 1px solid #000000;
            border-radius: 0;
        }

            .map > .list > .panel-group > .panel > .panel-heading {
                background-color: transparent;
                padding: 0;
                padding-top: 40px;
                padding-bottom: 40px;
            }

            .map > .list > .panel-group > .panel + .panel {
                margin-top: 0;
            }

            .map > .list > .panel-group > .panel .panel-body {
                padding: 0;
                padding-bottom: 40px;
                border-top: none;
                font-size: 21px;
                font-family: "PT Sans", sans-serif;
            }

        .map > .list > .panel-group h4 a {
            font-size: 32px;
            font-family: "PT Serif Caption", serif;
        }

            .map > .list > .panel-group h4 a:hover, .map > .list > .panel-group h4 a:focus {
                text-decoration: none;
            }

            .map > .list > .panel-group h4 a.red {
                color: #ab2534 !important;
            }

    .map #iframe {
        width: 100%;
        height: 975px;
        position: relative;
        z-index: -1;
        overflow: hidden;
    }

    .map .map-e-mail a {
        color: #ab2534;
    }

        .map .map-e-mail a:hover, .map .map-e-mail a:focus {
            color: #ab2534;
            text-decoration: none;
        }

    .map .google-map {
        display: none;
    }

        .map .google-map a {
            color: #ab2534;
        }

            .map .google-map a:hover, .map .google-map a:focus {
                color: #ab2534;
                text-decoration: none;
            }

.copyright {
    border-top: 1px solid #000000;
    padding-top: 15px;
    padding-bottom: 80px;
    margin-top: 15px;
    font-family: "PT Serif Caption", serif;
    font-size: 16px;
}

.error-404 {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #373737;
}

    .error-404 .error-404-logo {
        width: 106px;
        height: 141px;
        background: url("../images/logo.png") no-repeat center center;
        text-indent: -9999px;
        margin: auto;
    }

    .error-404 h1 {
        text-align: center;
        margin-top: 150px;
        margin-bottom: 35px;
        font-size: 20px;
        font-family: "Archivo Narrow", sans-serif;
        color: #ab2534;
    }

    .error-404 p {
        text-align: center;
        font-family: "PT Serif Caption", serif;
        font-size: 48px;
        color: #ffffff;
        margin-bottom: 80px;
    }

    .error-404 .error-button {
        text-align: center;
    }

        .error-404 .error-button a {
            font-family: "Archivo Narrow", sans-serif;
            font-size: 20px;
            text-transform: uppercase;
            width: 420px;
            padding-top: 20px;
            padding-bottom: 20px;
            border-radius: 0;
            border: 1px solid #ffffff;
            background-color: transparent !important;
            color: #ffffff;
        }

            .error-404 .error-button a:hover, .error-404 .error-button a:focus {
                border: 1px solid #ab2534;
                color: #ab2534;
                margin: auto;
            }

/* Backgrounds will cover all the section
	* --------------------------------------- */
.section {
    background-size: cover;
}

.slide {
    background-size: cover;
}

#slide1 {
    background-image: url(imgs/bg2.jpg);
    padding: 6% 0 0 0;
}

#slide2 {
    background-image: url(imgs/bg5.jpg);
    padding: 6% 0 0 0;
}

/* Defining each section background and styles
	* --------------------------------------- */
#section0 {
    background-image: url(../images/Slides/1.jpg);
    padding: 12% 0 0 0;
}

#section2 {
    background-image: url(../images/Slides/3.jpg);
    padding: 11% 0 0 0;
}

#section3 {
    background-image: url(../images/Slides/4.jpg);
    padding: 13% 0 0 0;
}

    #section3 h1 {
        color: #000;
    }

#slide1 {
    background-image: url(../images/Slides/2.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide2 {
    background-image: url(../images/Slides/21.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide3 {
    background-image: url(../images/Slides/23.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide4 {
    background-image: url(../images/Slides/22.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide5 {
    background-image: url(../images/Slides/24.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide6 {
    background-image: url(../images/Slides/25.jpg);
    padding: 2% 0 0 0;
    position:relative;
}
#slide7 {
    background-image: url(../images/Slides/26.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide8 {
    background-image: url(../images/Slides/58.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide9 {
    background-image: url(../images/Slides/59.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide10 {
    background-image: url(../images/Slides/60.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide11 {
    background-image: url(../images/Slides/61.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide12 {
    background-image: url(../images/Slides/62.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide13 {
    background-image: url(../images/Slides/63.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide14 {
    background-image: url(../images/Slides/64.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide15 {
    background-image: url(../images/Slides/65.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide16 {
    background-image: url(../images/Slides/66.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide17 {
    background-image: url(../images/Slides/67.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide18 {
    background-image: url(../images/Slides/68.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide19 {
    background-image: url(../images/Slides/69.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

#slide20 {
    background-image: url(../images/Slides/70.jpg);
    padding: 3% 0 0 0;
    position:relative;
}

.swiper-container {
    width: 100%;
    height: 110px;
}

.swiper-slide {
    text-align: center;
    font-size: 13px;
    background: #eee !important;
    color: #000 !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-scrollbar {
    display: none !important;
}


.overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding-top: 0px;
    z-index: 2000;
}

.overlayLogo {
    background: url("../images/MehreganFaLogo.png") no-repeat;
    width: 250px;
    height: 141px;
    text-indent: -9999px;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 0px;
}

nav ul {
    font-size: 24px;
    font-family: Mehregan;
    list-style: none;
    margin-top: 0%;
}

    nav ul li {
        color: #fff;
        margin-top: 20px;
    }

        nav ul li a {
            color: #fff;
        }

            nav ul li a:hover {
                color: #d1ab2a;
            }

.menubtn {
    cursor: pointer;
}

.closebtn {
    position: absolute;
    height: 40px;
    width: 40px;
    color: #fff;
    cursor: pointer;
    right: 0;
    top: 0;
}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) {
    .navbar.gray {
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar.gray .navbar-brand {
            background: url("../images/mobile-icon.png") no-repeat right center;
            width: 102px;
            height: 100px;
        }

        .navbar.gray .navbar-nav {
            margin-top: 38px;
        }
}

.navbar {
    padding: 33.5px;
}



    .navbar.gray .navbar-nav > li > .dropdown-menu {
        width: 72px !important;
        min-width: 72px !important;
    }

    .navbar .navbar-nav > li > .dropdown-menu > li > a {
        font-size: 16px;
    }



.caption {
    left: 48.5px;
}

    .caption .big {
        font-size: 45px;
        margin-bottom: 17px;
        line-height: 40px;
    }

    .caption .small {
        font-size: 45px;
        margin-bottom: 17px;
    }

    .caption .button .btn {
        font-size: 8px;
    }

.scroll {
    background: url("../images/mouse-1282.png") no-repeat left center;
    height: 39px;
    line-height: 39px;
    padding-left: 72px;
    font-size: 12px;
    left: 48.5px;
    bottom: 33.5px;
}

    .scroll div {
        left: 11px;
        top: 6px;
        height: 14px;
    }

@-moz-keyframes scroll {
    0% {
        height: 5px;
    }

    50% {
        height: 14px;
    }

    100% {
        height: 5px;
    }
}

@-webkit-keyframes scroll {
    0% {
        height: 5px;
    }

    50% {
        height: 14px;
    }

    100% {
        height: 5px;
    }
}

@keyframes scroll {
    0% {
        height: 5px;
    }

    50% {
        height: 14px;
    }

    100% {
        height: 5px;
    }
}


.image > .red {
    width: 385px;
    height: 241px;
    left: 48.5px;
    font-size: 54px;
    padding-left: 21px;
    padding-top: 47px;
    padding-right: 21px;
    padding-bottom: 47px;
}

body > .container-fluid, body > .people > .container-fluid {
    padding-left: 48.5px;
    padding-right: 48.5px;
}

    body > .container-fluid > .title > .red, body > .people > .container-fluid > .title > .red {
        width: 385px;
        height: 31px;
    }

    body > .container-fluid > .row, body > .people > .container-fluid > .row {
        margin-top: 71px;
        /* ... */
        padding-left: 15px;
        padding-right: 15px;
    }

        body > .container-fluid > .row > .col-md-4, body > .people > .container-fluid > .row > .col-md-4 {
            padding-top: 27px;
            float:right ;
        }

            body > .container-fluid > .row > .col-md-4 > h1, body > .people > .container-fluid > .row > .col-md-4 > h1 {
                font-size: 33px;
                margin-bottom: 21px;
            }

        body > .container-fluid > .row.sub-row > .col-md-4 > h1, body > .people > .container-fluid > .row.sub-row > .col-md-4 > h1 {
            font-size: 22px;
        }

        body > .container-fluid > .row > .col-md-6, body > .people > .container-fluid > .row > .col-md-6 {
            padding-top: 27px;
            float:right ;
        }
         body > .container-fluid > .row > .col-md-1, body > .people > .container-fluid > .row > .col-md-1{
            
            float:right ;
        }

            body > .container-fluid > .row > .col-md-6 > h1, body > .people > .container-fluid > .row > .col-md-6 > h1 {
                font-size: 22px;
                margin-bottom: 34px;
            }

            body > .container-fluid > .row > .col-md-6 > p, body > .people > .container-fluid > .row > .col-md-6 > p {
                margin-bottom: 34px;
                font-size: 15px;
            }

            body > .container-fluid > .row > .col-md-6 > h2, body > .people > .container-fluid > .row > .col-md-6 > h2 {
                font-size: 16px;
                margin-bottom: 20px;
            }

            body > .container-fluid > .row > .col-md-6 > h3, body > .people > .container-fluid > .row > .col-md-6 > h3 {
                font-size: 16px;
                padding-bottom: 17px;
                margin-bottom: 14px;
            }

            body > .container-fluid > .row > .col-md-6 > h3, body > .people > .container-fluid > .row > .col-md-6 > a {
            }

.highlight {
    padding-left: 255px;
    padding-right: 255px;
    margin-top: 33.5px;
    margin-bottom: 33.5px;
    padding-top: 141px;
    padding-bottom: 141px;
}

    .highlight h1 {
        font-size: 32px;
        margin-bottom: 34px;
    }

    .highlight p {
        font-size: 32px;
        line-height: 38px;
    }

.people {
    background-color: #f0f0f0;
    padding-bottom: 47px;
}

.people-list h1 {
    margin-top: 17px;
    font-size: 14px;
}

.people-list h2 {
    margin-top: 10px;
    margin-bottom: 27px;
    font-size: 14px;
}

.people-list p {
    font-size: 12px;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 20px;
}

.form {
    margin-bottom: 34px;
}

    .form label {
        font-size: 14px;
        margin-bottom: 17px;
    }

    .form input, .form textarea {
        padding: 12px;
        font-size: 12px;
    }

    .form button {
        font-size: 14px;
        width: 282px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

        .form button.top {
            margin-top: 34px;
        }

form hr {
    margin-top: 44px;
    margin-bottom: 44px;
}

.map {
    margin-top: 20px;
    margin-bottom: 34px;
}

    .map .list {
        width: 385px;
        left: 48.5px;
        top: 48.5px;
        padding: 37px;
    }

    .map > .list > .panel-group > .panel > .panel-heading {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    .map > .list > .panel-group > .panel .panel-body {
        padding-bottom: 27px;
        font-size: 14px;
    }

    .map > .list > .panel-group h4 a {
        font-size: 22px;
    }

    .map #iframe {
        width: 100%;
        height: 654px;
    }

.copyright {
    padding-top: 10px;
    padding-bottom: 54px;
    margin-top: 10px;
    font-size: 11px;
}

.error-404 {
    margin-top: 33.5px;
    margin-bottom: 33.5px;
}

    .error-404 .error-404-logo {
        width: 71px;
        height: 94px;
        background: url("../images/logo-1282.png") no-repeat center center;
    }

    .error-404 h1 {
        margin-top: 101px;
        margin-bottom: 24px;
        font-size: 14px;
    }

    .error-404 p {
        font-size: 32px;
        margin-bottom: 54px;
    }

    .error-404 .error-button a {
        font-size: 14px;
        width: 282px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

}


@media (min-width: 1025px) and (max-width: 1600px) {
    .introCaption .des p {
        height: 180px;
        overflow: hidden;
    }

    .introCaption {
        margin: 200px 9% auto;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
    .introCaption {
        margin: 200px 9% auto;
    }
}

@media (min-width: 1025px) and (max-width: 1100px) {
    .navbar .navbar-nav > li > a {
        font-size: 17px;
        padding-left: 17px;
        padding-right: 17px;
    }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar.gray {
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar.gray .navbar-brand {
            background: url("../images/MehreganFaLogo.png") no-repeat right center;
            width: 69px;
            height: 120px;
        }

        .navbar.gray .navbar-nav {
            margin-top: 38px;
        }

    .navbar .navbar-nav > li > a {
        display: inline-block;
        padding-bottom: 5px !important;
    }

        .navbar .navbar-nav > li > a::after {
            content: '';
            display: block;
            width: 0;
            height: 1px;
            background: #ab2534;
            transition: width .5s;
            margin-top: 5px;
        }

        .navbar .navbar-nav > li > a:hover::after {
            width: 100%;
        }

    .navbar.gray .navbar-nav > li > .dropdown-menu {
        background-color: #373737;
        width: 86px !important;
        min-width: 86px !important;
        padding-bottom: 12px;
    }

        .navbar.gray .navbar-nav > li > .dropdown-menu > li > a {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

    .navbar {
        padding: 33.5px;
    }

        .navbar .navbar-brand {
            background: url("../images/logo-1282.png") no-repeat;
            width: 80px;
            height: 94px;
            opacity: 0;
        }

        .navbar.gray .navbar-nav > li > .dropdown-menu {
            width: 72px !important;
            min-width: 72px !important;
        }

        .navbar .navbar-nav > li > .dropdown-menu > li > a {
            font-size: 16px;
        }

        .navbar .navbar-nav > li > a {
            font-size: 16px;
            padding-left: 20px;
            padding-right: 20px;
        }

            .navbar .navbar-nav > li > a::after {
                margin-top: 1px;
            }

    #slide1 {
        padding: 4% 0 0 0;
    }

    #section2 {
        padding: 20% 0 0 0;
    }

    .caption .big, .caption .small {
        font-size: 30px !important;
    }

    .introCaption {
        margin: 200px 10% auto;
    }

        .introCaption p {
            font-size: 12px;
            line-height: 25px !important;
            padding-top: 20px !important;
        }

        .introCaption .box p {
            font-size: 11px;
            line-height: 25px !important;
            padding-top: 10px;
        }

        .introCaption .bodyfull {
            display: none;
        }

    .span6 {
        width: 80%;
    }

    .mainservices {
        height: 180px;
    }

        .mainservices .title a {
            font-size: 14px;
        }

        .mainservices .des p {
            font-size: 12px;
            display: none;
            -webkit-line-clamp: 10;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    #section0 {
        background-image: url(../images/Slides/mobile_backgrounds/1.jpg);
        padding: 12% 0 0 0;
    }

    #section1 {
        background-image: url(../images/Slides/mobile_backgrounds/2.jpg);
        padding: 0% 0 0 0;
    }

    #section2 {
        background-image: url(../images/Slides/mobile_backgrounds/3.jpg);
        padding: 23% 0 0 0;
    }

    #section3 {
        background-image: url(../images/Slides/mobile_backgrounds/4.jpg);
        padding: 23% 0 0 0;
    }


    #slide1 {
        background-image: url(../images/Slides/mobile_backgrounds/2.jpg);
        padding: 9% 0 0 0;
    }

    #slide2 {
        background-image: url(../images/Slides/mobile_backgrounds/21.jpg);
        padding: 9% 0 0 0;
    }

    #slide3 {
        background-image: url(../images/Slides/mobile_backgrounds/23.jpg);
        padding: 6% 0 0 0;
    }

    #slide4 {
        background-image: url(../images/Slides/mobile_backgrounds/22.jpg);
        padding: 9% 0 0 0;
    }

    #slide5 {
        background-image: url(../images/Slides/mobile_backgrounds/24.jpg);
        padding: 9% 0 0 0;
    }

    #slide6 {
        background-image: url(../images/Slides/mobile_backgrounds/25.jpg);
        padding: 4% 0 0 0;
    }
    #slide7 {
        background-image: url(../images/Slides/mobile_backgrounds/26.jpg);
        padding: 4% 0 0 0;
    }

    .navbar.gray {
    }

    .navbar {
        padding: 0;
        background: url("../images/mobile-logo.png") no-repeat center 13px;
    }

        .navbar .navbar-brand {
            background: url("../images/mobile-icon.png") no-repeat right center;
            width: 120px;
            height: 60px;
            text-indent: -9999px;
            opacity: 0;
        }

        .navbar .navbar-toggle {
            border: none;
            padding-right: 20px;
            padding-top: 18.5px;
            padding-bottom: 18.5px;
            padding-left: 0;
            margin: 0;
        }

            .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
                background-color: transparent;
            }

            .navbar .navbar-toggle .icon-bar {
                width: 30px;
                border-radius: 0;
                height: 1px;
            }

                .navbar .navbar-toggle .icon-bar + .icon-bar {
                    margin-top: 10px;
                }

    .navbar-collapse {
        border-color: #ffffff !important;
        box-shadow: none;
    }

    .navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar .navbar-nav li {
            float: none;
            text-align: right;
        }

        .navbar .navbar-nav > li > a {
            border-bottom: 1px solid #ffffff !important;
            padding-top: 25px;
            padding-bottom: 25px;
            margin-left: 30px;
            margin-right: 30px;
            padding-left: 0;
            padding-right: 0;
        }


        .navbar .navbar-nav > li > .dropdown-menu > li > a > .big {
            display: block;
        }

        .navbar .navbar-nav > li > .dropdown-menu > li > a {
            border-top: 1px solid #ffffff !important;
            padding-top: 25px;
            padding-bottom: 25px;
            margin-left: 30px;
            margin-right: 30px;
            padding-left: 0;
            padding-right: 0;
            text-align: left;
            color: #ffffff !important;
        }

            .navbar .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar .navbar-nav > li > .dropdown-menu > li > a:focus {
                color: #ab2534 !important;
            }

    .navbar .navbar-collapse {
        max-height: none;
        height: 700px;
    }

    #fp-nav {
        display: none;
    }

    .bar, .scroll, .bar-pagination {
        display: none;
    }

    .caption {
        left: 20px;
        right: 40px;
    }

        .caption .big {
            margin-top: 30px;
            font-size: 18px;
            line-height: 35px;
        }

            .caption .big .bigleft {
                padding-right: 100px;
                padding-top: 0px;
            }

        .caption .small {
            display: none;
        }

        .caption .button .btn {
            font-size: 12px;
        }

    .introCaption p {
        font-size: 12px;
        line-height: 25px;
    }

    .introCaption .box {
        width: 100%;
        padding: 0 20px;
    }

    .introCaption .black {
        width: 90%;
        margin: 0 auto !important;
        padding: 10px;
    }

        .introCaption .black.left, .introCaption .black.right {
            float: none !important;
        }

        .introCaption .black.left {
            margin-bottom: 40px !important;
        }

        .introCaption .box p, .introCaption .black p {
            font-size: 10px;
            line-height: 18px !important;
            width: 100%;
        }

    .introCaption .box.right {
        float: right;
        margin-top: 1%;
    }

    .introCaption .box.left {
        margin-top: 5%;
        float: left;
    }

    .introCaption .boxleft, .introCaption .boxright {
        padding: 0 20px;
        margin: 0 1%;
    }

    #fp-nav ul, .fp-slidesNav ul {
        margin-top: 10px !important;
    }

    .introCaption .box h2.boxtitle, .introCaption .black h2.boxtitle {
        font-size: 16px;
        margin-bottom: 10px;
        height: auto;
    }

    .introCaption .title p {
        font-size: 17px;
        margin-bottom: 0;
        line-height: 30px;
    }

    .introCaption .contactbody ,.contactbody{
        font-size: 11px;
        margin-bottom: 0;
        line-height: 20px;
        text-align:right !important;
    }

        .introCaption .contactbody span {
            display: none;
        }

    .introCaption .map {
        width: 100%;
        height: 100px;
        margin-bottom: 25px;
        margin-top: 5px;
    }

        .introCaption .map.full {
            height: 200px;
        }

        .introCaption .map.min {
            height: 80px;
            margin-bottom: 15px;
        }

    .image > .red {
        width: auto;
        height: 195px;
        left: 20px;
        right: 20px;
        font-size: 32px;
        /*
        48
         */
    }

    .mainservices {
        height: 110px;
        margin-bottom: 10px;
    }

        .mainservices div.des {
            display: none;
        }

        .mainservices div.img {
            width: 65px;
            height: 65px;
            margin-top: 7px;
        }

        .mainservices .img img {
            text-align: center;
            width: 45px;
            height: 45px;
            margin: 0 auto;
            margin-top: 10px;
            opacity: 1;
        }

        .mainservices .title a {
            font-size: 12px;
            margin-top: 0px;
            margin-bottom: 0;
        }

    .spacer {
        height: 10px;
    }

    .span3 {
        float: right;
        width: 25%;
        padding: 0px 5px;
    }

    .span6 {
        float: right;
        width: 100%;
        padding: 0px 20px;
    }

    .span4 {
        float: right;
        width: 100%;
        padding: 0px 20px;
    }

    .span2 {
        float: right;
        width: 100%;
        padding: 0px 20px;
    }

    .fp-controlArrow.fp-prev {
        left: 9px;
        border-width: 38.5px 25px 38.5px 0;
    }

    .fp-controlArrow.fp-next {
        right: 9px;
        border-width: 38.5px 0 38.5px 25px;
    }

    body > .container-fluid > .title > .red, body > .people > .container-fluid > .title > .red {
        width: auto;
    }

    body > .container-fluid, body > .people > .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

        body > .container-fluid > .row, body > .people > .container-fluid > .row {
            margin-top: 40px;
        }

            body > .container-fluid > .row > .col-md-4, body > .people > .container-fluid > .row > .col-md-4 {
                padding-top: 25px;
            }

                body > .container-fluid > .row > .col-md-4 > h1, body > .people > .container-fluid > .row > .col-md-4 > h1 {
                    font-size: 25px;
                    font-weight: 600;
                    margin-bottom: 35px;
                }

            body > .container-fluid > .row > .col-md-6, body > .people > .container-fluid > .row > .col-md-6 {
                padding-top: 25px;
            }

                body > .container-fluid > .row > .col-md-6 > h1, body > .people > .container-fluid > .row > .col-md-6 > h1 {
                    font-size: 18px;
                    line-height: 28px;
                    margin-bottom: 25px;
                }

                body > .container-fluid > .row > .col-md-6 > p, body > .people > .container-fluid > .row > .col-md-6 > p {
                    font-size: 14px;
                    margin-bottom: 30px;
                }

                body > .container-fluid > .row > .col-md-6 > h2, body > .people > .container-fluid > .row > .col-md-6 > h2 {
                    font-size: 16px;
                }

                body > .container-fluid > .row > .col-md-6 > h3, body > .people > .container-fluid > .row > .col-md-6 > h3 {
                    font-size: 16px;
                }

    .highlight {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 95px;
        padding-bottom: 95px;
        background: none !important;
        background-color: #839ba8 !important;
    }

        .highlight h1 {
            font-size: 25px;
        }

        .highlight p {
            font-size: 25px;
            line-height: 31px;
        }

    .copyright {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .people {
        margin-bottom: 0;
    }

    .people-list h1 {
        font-size: 14px;
    }

    .people-list h2 {
        margin-top: 5px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .people-list p {
        display: none;
    }

    .form {
        margin-bottom: 30px;
    }

        .form label {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .form input, .form textarea {
            padding: 11px;
        }

        .form button {
            width: 100%;
        }

            .form button.top {
                margin-top: 30px;
            }

    form hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .map {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

        .map .google-map {
            display: block;
        }

        .map #iframe {
            display: none;
        }

        .map .list {
            width: 100%;
            position: static;
            background-color: #f0f0f0;
            padding-left: 20px;
            padding-top: 30px;
            padding-right: 20px;
            padding-bottom: 30px;
        }

        .map > .list > .panel-group > .panel > .panel-heading {
            background-color: #f0f0f0 !important;
            padding-top: 25px;
            padding-bottom: 25px;
        }

        .map > .list > .panel-group > .panel .panel-body {
            font-size: 14px;
            background-color: #f0f0f0 !important;
            padding-bottom: 25px;
        }

        .map > .list > .panel-group h4 a {
            font-size: 18px;
        }

    .error-404 {
        margin: 50px;
    }

        .error-404 h1 {
            margin-top: 75px;
            margin-bottom: 25px;
            font-size: 14px;
        }

        .error-404 p {
            font-size: 25px;
            margin-bottom: 100px;
        }

        .error-404 .error-button a {
            width: 100%;
        }

        .error-404 .error-button a {
            font-size: 14px;
        }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    #section0 {
        background-image: url(../images/Slides/mobile_backgrounds/1.jpg);
        padding: 12% 0 0 0;
    }

    #section1 {
        background-image: url(../images/Slides/mobile_backgrounds/2.jpg);
        padding: 0% 0 0 0;
    }

    #section2 {
        background-image: url(../images/Slides/mobile_backgrounds/3.jpg);
        padding: 23% 0 0 0;
    }

    #section3 {
        background-image: url(../images/Slides/mobile_backgrounds/4.jpg);
        padding: 23% 0 0 0;
    }


    #slide1 {
        background-image: url(../images/Slides/mobile_backgrounds/2.jpg);
        padding: 9% 0 0 0;
    }

    #slide2 {
        background-image: url(../images/Slides/mobile_backgrounds/21.jpg);
        padding: 9% 0 0 0;
    }

    #slide3 {
        background-image: url(../images/Slides/mobile_backgrounds/23.jpg);
        padding: 6% 0 0 0;
    }

    #slide4 {
        background-image: url(../images/Slides/mobile_backgrounds/22.jpg);
        padding: 9% 0 0 0;
    }

    #slide5 {
        background-image: url(../images/Slides/mobile_backgrounds/24.jpg);
        padding: 9% 0 0 0;
    }

    #slide6 {
        background-image: url(../images/Slides/mobile_backgrounds/25.jpg);
        padding: 4% 0 0 0;
    }
     #slide7 {
        background-image: url(../images/Slides/mobile_backgrounds/26.jpg);
        padding: 4% 0 0 0;
    }

    .navbar.gray {
    }

    .navbar {
        padding: 0;
        background: url("../images/mobile-logo.png") no-repeat center 13px;
    }

        .navbar .navbar-brand {
            background: url("../images/mobile-icon.png") no-repeat right center;
            width: 120px;
            height: 60px;
            text-indent: -9999px;
            opacity: 0;
        }

        .navbar .navbar-toggle {
            border: none;
            padding-right: 20px;
            padding-top: 18.5px;
            padding-bottom: 18.5px;
            padding-left: 0;
            margin: 0;
        }

            .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
                background-color: transparent;
            }

            .navbar .navbar-toggle .icon-bar {
                width: 30px;
                border-radius: 0;
                height: 1px;
            }

                .navbar .navbar-toggle .icon-bar + .icon-bar {
                    margin-top: 10px;
                }

    .navbar-collapse {
        border-color: #ffffff !important;
        box-shadow: none;
    }

    .navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar .navbar-nav li {
            float: none;
            text-align: right;
        }

        .navbar .navbar-nav > li > a {
            border-bottom: 1px solid #ffffff !important;
            padding-top: 25px;
            padding-bottom: 25px;
            margin-left: 30px;
            margin-right: 30px;
            padding-left: 0;
            padding-right: 0;
        }


        .navbar .navbar-nav > li > .dropdown-menu > li > a > .big {
            display: block;
        }

        .navbar .navbar-nav > li > .dropdown-menu > li > a {
            border-top: 1px solid #ffffff !important;
            padding-top: 25px;
            padding-bottom: 25px;
            margin-left: 30px;
            margin-right: 30px;
            padding-left: 0;
            padding-right: 0;
            text-align: left;
            color: #ffffff !important;
        }

            .navbar .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar .navbar-nav > li > .dropdown-menu > li > a:focus {
                color: #ab2534 !important;
            }

    .navbar .navbar-collapse {
        max-height: none;
        height: 700px;
    }

    #fp-nav {
        display: none;
    }

    .bar, .scroll, .bar-pagination {
        display: none;
    }

    .caption {
        left: 20px;
        right: 40px;
    }

        .caption .big {
            margin-top: 30px;
            font-size: 18px;
            line-height: 35px;
        }

            .caption .big .bigleft {
                padding-right: 100px;
                padding-top: 0px;
            }

        .caption .small {
            display: none;
        }

        .caption .button .btn {
            font-size: 12px;
        }

    .introCaption p {
        font-size: 12px;
        line-height: 25px;
    }

    .introCaption .box {
        width: 100%;
        padding: 0 20px;
    }

    .introCaption .black {
        width: 90%;
        margin: 0 auto !important;
        padding: 10px;
    }

        .introCaption .black.left, .introCaption .black.right {
            float: none !important;
        }

        .introCaption .black.left {
            margin-bottom: 40px !important;
        }

        .introCaption .box p, .introCaption .black p {
            font-size: 10px;
            line-height: 18px !important;
            width: 100%;
        }

    .introCaption .bodyfull {
        display: none;
    }

    .introCaption .bodymobile {
        display: block;
    }

    .introCaption .box.right {
        float: right;
        margin-top: 1%;
    }

    .introCaption .box.left {
        margin-top: 5%;
        float: left;
    }

    .introCaption .boxleft, .introCaption .boxright {
        padding: 0 20px;
        margin: 0 1%;
    }

    #fp-nav ul, .fp-slidesNav ul {
        margin-top: 10px;
    }

    .introCaption .box h2.boxtitle, .introCaption .black h2.boxtitle {
        font-size: 16px;
        margin-bottom: 10px;
        height: auto;
    }

    .introCaption .title p {
        font-size: 17px;
        margin-bottom: 0;
        line-height: 30px;
    }

     .introCaption .contactbody ,.contactbody{
        font-size: 11px;
        margin-bottom: 0;
        line-height: 20px;
        text-align:right !important;
    }

        .introCaption .contactbody span {
            display: none;
        }

    .introCaption .map {
        width: 100%;
        height: 100px;
        margin-bottom: 25px;
        margin-top: 5px;
    }

        .introCaption .map.full {
            height: 200px;
        }

        .introCaption .map.min {
            height: 80px;
            margin-bottom: 15px;
        }

    .image > .red {
        width: auto;
        height: 195px;
        left: 20px;
        right: 20px;
        font-size: 32px;
        /*
        48
         */
    }

    .mainservices {
        height: 88px;
        margin-bottom: 8px;
    }

        .mainservices div.des {
            display: none;
        }

        .mainservices div.img {
            width: 55px;
            height: 55px;
            margin-top: 5px;
        }

        .mainservices .img img {
            text-align: center;
            width: 35px;
            height: 35px;
            margin: 0 auto;
            margin-top: 10px;
            opacity: 1;
        }

        .mainservices .title a {
            font-size: 12px;
            margin-top: 0px;
            margin-bottom: 0;
        }

    .spacer {
        height: 0px;
    }

    .span3 {
        float: right;
        width: 25%;
        padding: 0px 5px;
    }

    .span6 {
        float: right;
        width: 100%;
        padding: 0px 20px;
    }

    .span4 {
        float: right;
        width: 100%;
        padding: 0px 20px;
    }

    .span2 {
        float: right;
        width: 100%;
        padding: 0px 20px;
    }

    .fp-controlArrow.fp-prev {
        left: 9px;
        border-width: 38.5px 25px 38.5px 0;
    }

    .fp-controlArrow.fp-next {
        right: 9px;
        border-width: 38.5px 0 38.5px 25px;
    }

    body > .container-fluid > .title > .red, body > .people > .container-fluid > .title > .red {
        width: auto;
    }

    body > .container-fluid, body > .people > .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

        body > .container-fluid > .row, body > .people > .container-fluid > .row {
            margin-top: 40px;
        }

            body > .container-fluid > .row > .col-md-4, body > .people > .container-fluid > .row > .col-md-4 {
                padding-top: 25px;
            }

                body > .container-fluid > .row > .col-md-4 > h1, body > .people > .container-fluid > .row > .col-md-4 > h1 {
                    font-size: 25px;
                    font-weight: 600;
                    margin-bottom: 35px;
                }

            body > .container-fluid > .row > .col-md-6, body > .people > .container-fluid > .row > .col-md-6 {
                padding-top: 25px;
            }

                body > .container-fluid > .row > .col-md-6 > h1, body > .people > .container-fluid > .row > .col-md-6 > h1 {
                    font-size: 18px;
                    line-height: 28px;
                    margin-bottom: 25px;
                }

                body > .container-fluid > .row > .col-md-6 > p, body > .people > .container-fluid > .row > .col-md-6 > p {
                    font-size: 14px;
                    margin-bottom: 30px;
                }

                body > .container-fluid > .row > .col-md-6 > h2, body > .people > .container-fluid > .row > .col-md-6 > h2 {
                    font-size: 16px;
                }

                body > .container-fluid > .row > .col-md-6 > h3, body > .people > .container-fluid > .row > .col-md-6 > h3 {
                    font-size: 16px;
                }

    .highlight {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 95px;
        padding-bottom: 95px;
        background: none !important;
        background-color: #839ba8 !important;
    }

        .highlight h1 {
            font-size: 25px;
        }

        .highlight p {
            font-size: 25px;
            line-height: 31px;
        }

    .copyright {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .people {
        margin-bottom: 0;
    }

    .people-list h1 {
        font-size: 14px;
    }

    .people-list h2 {
        margin-top: 5px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .people-list p {
        display: none;
    }

    .form {
        margin-bottom: 30px;
    }

        .form label {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .form input, .form textarea {
            padding: 11px;
        }

        .form button {
            width: 100%;
        }

            .form button.top {
                margin-top: 30px;
            }

    form hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .map {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

        .map .google-map {
            display: block;
        }

        .map #iframe {
            display: none;
        }

        .map .list {
            width: 100%;
            position: static;
            background-color: #f0f0f0;
            padding-left: 20px;
            padding-top: 30px;
            padding-right: 20px;
            padding-bottom: 30px;
        }

        .map > .list > .panel-group > .panel > .panel-heading {
            background-color: #f0f0f0 !important;
            padding-top: 25px;
            padding-bottom: 25px;
        }

        .map > .list > .panel-group > .panel .panel-body {
            font-size: 14px;
            background-color: #f0f0f0 !important;
            padding-bottom: 25px;
        }

        .map > .list > .panel-group h4 a {
            font-size: 18px;
        }

    .error-404 {
        margin: 50px;
    }

        .error-404 h1 {
            margin-top: 75px;
            margin-bottom: 25px;
            font-size: 14px;
        }

        .error-404 p {
            font-size: 25px;
            margin-bottom: 100px;
        }

        .error-404 .error-button a {
            width: 100%;
        }

        .error-404 .error-button a {
            font-size: 14px;
        }
}

@media (max-width: 319px) {
    #section0 {
        background-image: url(../images/Slides/mobile_backgrounds/1.jpg);
        padding: 12% 0 0 0;
    }

    #section1 {
        background-image: url(../images/Slides/mobile_backgrounds/2.jpg);
        padding: 0% 0 0 0;
    }

    #section2 {
        background-image: url(../images/Slides/mobile_backgrounds/3.jpg);
        padding: 23% 0 0 0;
    }

    #section3 {
        background-image: url(../images/Slides/mobile_backgrounds/4.jpg);
        padding: 23% 0 0 0;
    }


    #slide1 {
        background-image: url(../images/Slides/mobile_backgrounds/2.jpg);
        padding: 9% 0 0 0;
    }

    #slide2 {
        background-image: url(../images/Slides/mobile_backgrounds/21.jpg);
        padding: 9% 0 0 0;
    }

    #slide3 {
        background-image: url(../images/Slides/mobile_backgrounds/23.jpg);
        padding: 6% 0 0 0;
    }

    #slide4 {
        background-image: url(../images/Slides/mobile_backgrounds/22.jpg);
        padding: 9% 0 0 0;
    }

    #slide5 {
        background-image: url(../images/Slides/mobile_backgrounds/24.jpg);
        padding: 9% 0 0 0;
    }

    #slide6 {
        background-image: url(../images/Slides/mobile_backgrounds/25.jpg);
        padding: 4% 0 0 0;
    }

    .navbar.gray {
    }

    .navbar {
        padding: 0;
        background: url("../images/mobile-logo.png") no-repeat center 13px;
    }

        .navbar .navbar-brand {
            background: url("../images/mobile-icon.png") no-repeat right center;
            width: 120px;
            height: 60px;
            text-indent: -9999px;
            opacity: 0;
        }

        .navbar .navbar-toggle {
            border: none;
            padding-right: 20px;
            padding-top: 18.5px;
            padding-bottom: 18.5px;
            padding-left: 0;
            margin: 0;
        }

            .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
                background-color: transparent;
            }

            .navbar .navbar-toggle .icon-bar {
                width: 30px;
                border-radius: 0;
                height: 1px;
            }

                .navbar .navbar-toggle .icon-bar + .icon-bar {
                    margin-top: 10px;
                }

    .navbar-collapse {
        border-color: #ffffff !important;
        box-shadow: none;
    }

    .navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar .navbar-nav li {
            float: none;
            text-align: right;
        }

        .navbar .navbar-nav > li > a {
            border-bottom: 1px solid #ffffff !important;
            padding-top: 25px;
            padding-bottom: 25px;
            margin-left: 30px;
            margin-right: 30px;
            padding-left: 0;
            padding-right: 0;
        }


        .navbar .navbar-nav > li > .dropdown-menu > li > a > .big {
            display: block;
        }

        .navbar .navbar-nav > li > .dropdown-menu > li > a {
            border-top: 1px solid #ffffff !important;
            padding-top: 25px;
            padding-bottom: 25px;
            margin-left: 30px;
            margin-right: 30px;
            padding-left: 0;
            padding-right: 0;
            text-align: left;
            color: #ffffff !important;
        }

            .navbar .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar .navbar-nav > li > .dropdown-menu > li > a:focus {
                color: #ab2534 !important;
            }

    .navbar .navbar-collapse {
        max-height: none;
        height: 700px;
    }

    #fp-nav {
        display: none;
    }

    .bar, .scroll, .bar-pagination {
        display: none;
    }

    .caption {
        left: 20px;
        right: 40px;
    }

        .caption .big {
            margin-top: 30px;
            font-size: 18px;
            line-height: 35px;
        }

            .caption .big .bigleft {
                padding-right: 100px;
                padding-top: 0px;
            }

        .caption .small {
            display: none;
        }

        .caption .button .btn {
            font-size: 12px;
        }

    .introCaption p {
        font-size: 12px;
        line-height: 25px;
    }

    .introCaption .box {
        width: 100%;
        padding: 0 20px;
    }

    .introCaption .black {
        width: 90%;
        margin: 0 auto !important;
        padding: 10px;
    }

        .introCaption .black.left, .introCaption .black.right {
            float: none !important;
        }

        .introCaption .black.left {
            margin-bottom: 40px !important;
        }

        .introCaption .box p, .introCaption .black p {
            font-size: 10px;
            line-height: 18px !important;
            width: 100%;
        }

    .introCaption .bodyfull {
        display: none;
    }

    .introCaption .bodymobile {
        display: block;
    }

    .introCaption .box.right {
        float: right;
        margin-top: 1%;
    }

    .introCaption .box.left {
        margin-top: 5%;
        float: left;
    }

    .introCaption .boxleft, .introCaption .boxright {
        padding: 0 20px;
        margin: 0 1%;
    }

    #fp-nav ul, .fp-slidesNav ul {
        margin-top: 10px;
    }

    .introCaption .box h2.boxtitle, .introCaption .black h2.boxtitle {
        font-size: 16px;
        margin-bottom: 10px;
        height: auto;
    }

    .introCaption .title p {
        font-size: 17px;
        margin-bottom: 0;
        line-height: 30px;
    }

     .introCaption .contactbody ,.contactbody{
        font-size: 11px;
        margin-bottom: 0;
        line-height: 20px;
        text-align:right !important;
    }

        .introCaption .contactbody span {
            display: none;
        }

    .introCaption .map {
        width: 100%;
        height: 100px;
        margin-bottom: 25px;
        margin-top: 5px;
    }

        .introCaption .map.full {
            height: 200px;
        }

        .introCaption .map.min {
            height: 80px;
            margin-bottom: 15px;
        }

    .image > .red {
        width: auto;
        height: 195px;
        left: 20px;
        right: 20px;
        font-size: 32px;
        /*
        48
         */
    }

    .mainservices {
        height: 88px;
        margin-bottom: 8px;
    }

        .mainservices div.des {
            display: none;
        }

        .mainservices div.img {
            width: 55px;
            height: 55px;
            margin-top: 5px;
        }

        .mainservices .img img {
            text-align: center;
            width: 35px;
            height: 35px;
            margin: 0 auto;
            margin-top: 10px;
            opacity: 1;
        }

        .mainservices .title a {
            font-size: 12px;
            margin-top: 0px;
            margin-bottom: 0;
        }

    .spacer {
        height: 0px;
    }

    .span3 {
        float: right;
        width: 25%;
        padding: 0px 5px;
    }

    .span6 {
        float: right;
        width: 100%;
        padding: 0px 20px;
    }

    .span4 {
        float: right;
        width: 100%;
        padding: 0px 20px;
    }

    .span2 {
        float: right;
        width: 100%;
        padding: 0px 20px;
    }

    .fp-controlArrow.fp-prev {
        left: 9px;
        border-width: 38.5px 25px 38.5px 0;
    }

    .fp-controlArrow.fp-next {
        right: 9px;
        border-width: 38.5px 0 38.5px 25px;
    }

    body > .container-fluid > .title > .red, body > .people > .container-fluid > .title > .red {
        width: auto;
    }

    body > .container-fluid, body > .people > .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

        body > .container-fluid > .row, body > .people > .container-fluid > .row {
            margin-top: 40px;
        }

            body > .container-fluid > .row > .col-md-4, body > .people > .container-fluid > .row > .col-md-4 {
                padding-top: 25px;
            }

                body > .container-fluid > .row > .col-md-4 > h1, body > .people > .container-fluid > .row > .col-md-4 > h1 {
                    font-size: 25px;
                    font-weight: 600;
                    margin-bottom: 35px;
                }

            body > .container-fluid > .row > .col-md-6, body > .people > .container-fluid > .row > .col-md-6 {
                padding-top: 25px;
            }

                body > .container-fluid > .row > .col-md-6 > h1, body > .people > .container-fluid > .row > .col-md-6 > h1 {
                    font-size: 18px;
                    line-height: 28px;
                    margin-bottom: 25px;
                    color: #143672;
                }

                body > .container-fluid > .row > .col-md-6 > p, body > .people > .container-fluid > .row > .col-md-6 > p {
                    font-size: 14px;
                    margin-bottom: 30px;
                }

                body > .container-fluid > .row > .col-md-6 > h2, body > .people > .container-fluid > .row > .col-md-6 > h2 {
                    font-size: 16px;
                }

                body > .container-fluid > .row > .col-md-6 > h3, body > .people > .container-fluid > .row > .col-md-6 > h3 {
                    font-size: 16px;
                }

    .highlight {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 95px;
        padding-bottom: 95px;
        background: none !important;
        background-color: #839ba8 !important;
    }

        .highlight h1 {
            font-size: 25px;
        }

        .highlight p {
            font-size: 25px;
            line-height: 31px;
        }

    .copyright {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .people {
        margin-bottom: 0;
    }

    .people-list h1 {
        font-size: 14px;
    }

    .people-list h2 {
        margin-top: 5px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .people-list p {
        display: none;
    }

    .form {
        margin-bottom: 30px;
    }

        .form label {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .form input, .form textarea {
            padding: 11px;
        }

        .form button {
            width: 100%;
        }

            .form button.top {
                margin-top: 30px;
            }

    form hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .map {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

        .map .google-map {
            display: block;
        }

        .map #iframe {
            display: none;
        }

        .map .list {
            width: 100%;
            position: static;
            background-color: #f0f0f0;
            padding-left: 20px;
            padding-top: 30px;
            padding-right: 20px;
            padding-bottom: 30px;
        }

        .map > .list > .panel-group > .panel > .panel-heading {
            background-color: #f0f0f0 !important;
            padding-top: 25px;
            padding-bottom: 25px;
        }

        .map > .list > .panel-group > .panel .panel-body {
            font-size: 14px;
            background-color: #f0f0f0 !important;
            padding-bottom: 25px;
        }

        .map > .list > .panel-group h4 a {
            font-size: 18px;
        }

    .error-404 {
        margin: 50px;
    }

        .error-404 h1 {
            margin-top: 75px;
            margin-bottom: 25px;
            font-size: 14px;
        }

        .error-404 p {
            font-size: 25px;
            margin-bottom: 100px;
        }

        .error-404 .error-button a {
            width: 100%;
        }

        .error-404 .error-button a {
            font-size: 14px;
        }
}


/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}



#sticky-social ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#sticky-social {
   left: 0;
   position: fixed;
  
}

#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 40px;
   font: 16px "Open Sans", sans-serif;
   line-height: 40px;
   position: relative;
   text-align: center;
   width: 40px;
}

#sticky-social a:hover span {
   left: 100%;
}

#sticky-social a span {
   line-height: 40px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a[class*="facebook"],#sticky-social a[class*="facebook"]:hover{background:#3b5998 url("../images/Social/facebook.png") no-repeat ;}
#sticky-social a[class*="facebook"] span { background:#3b5998 ;}

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover{background:#00aced url("../images/Social/twitter.png") no-repeat ;}
#sticky-social a[class*="twitter"] span { background: #00aced; }



#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover{background:#007bb6 url("../images/Social/linkedin.png") no-repeat ;}
#sticky-social a[class*="linkedin"] span { background: #007bb6; }	

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover{background:#d83583 url("../images/Social/instagrem.png") no-repeat ;}
#sticky-social a[class*="instagrem"] span { background: #d83583; }	



@media (min-width: 768px) {
     #sticky-social {

   top:40%;
   
}
}
@media (max-width: 767px) {
    #sticky-social {

   bottom: 0 ;
}
    #sticky-social a {
   
   height: 30px;   
   line-height: 30px;   
   width: 30px;
}

#sticky-social a span {
   line-height: 30px;   
}
#sticky-social a[class*="facebook"],#sticky-social a[class*="facebook"]:hover{background:#3b5998 url("../images/Social/facebook2.png") no-repeat ;}
#sticky-social a[class*="facebook"] span { background:#3b5998 ;}

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover{background:#00aced url("../images/Social/twitter2.png") no-repeat ;}
#sticky-social a[class*="twitter"] span { background: #00aced; }



#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover{background:#007bb6 url("../images/Social/linkedin2.png") no-repeat ;}
#sticky-social a[class*="linkedin"] span { background: #007bb6; }	

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover{background:#d83583 url("../images/Social/instagrem2.png") no-repeat ;}
#sticky-social a[class*="instagrem"] span { background: #d83583; }	
}